debian/rules: fix RUSTFLAGS quoting
authorLuca Bruno <lucab@debian.org>
Sun, 21 Aug 2016 18:21:12 +0000 (18:21 +0000)
committerLuca Bruno <lucab@debian.org>
Sun, 21 Aug 2016 18:32:04 +0000 (18:32 +0000)
debian/rules

index f104769578dd84547e9afd576f925b65a4533bc6..841ce7c88b8ff0945a944a7a9441a8fda085a989 100755 (executable)
@@ -3,7 +3,7 @@
 include /usr/share/dpkg/pkg-info.mk
 include /usr/share/dpkg/architecture.mk
 include /usr/share/dpkg/buildflags.mk
-RUSTFLAGS = -C link-args="$(LDFLAGS)"
+RUSTFLAGS = -C link-args=$(LDFLAGS)
 export CFLAGS CXXFLAGS CPPFLAGS LDFLAGS RUSTFLAGS
 
 rust_cpu = $(subst i586,i686,$(1))